Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensor arithmetic #69

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open

Tensor arithmetic #69

wants to merge 49 commits into from

Conversation

izrik
Copy link
Member

@izrik izrik commented Dec 6, 2023

This PR adds the ability to add and multiply vectors and matrices. This includes extended support for function types, including variadic functions.

This PR only includes full support for the BasicEvaluator. The CompilingEvaluator can add but not yet multiply vectors and matrices. That will be the subject of a future PR.

There are still a number of edge cases that produce false positives (for example, multiplying two vectors is not clearly defined, but no error is produced in the repl). Those will have to be worked out.

…f Parameters. Also fix some exception messages.
… of variables instead of VariableIdentityMap.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant